home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
flexcat1_4.lha
/
flexcat
/
lib
/
C++_h.sd
< prev
next >
Wrap
Text File
|
1994-10-21
|
745b
|
26 lines
##stringtype C
##shortstrings
//****************************************************************
// This file was created automatically by `FlexCat V1.4'
// from "%f0.ct".
//
// Do NOT edit by hand!
//****************************************************************
// You can include as many files like this as you want, if they have
// diferent string ID names; allowing you this way to have diferent catalogs
// in your program.
#ifndef %b_CAT_H // assure that this is read only once
#define %b_CAT_H
// This include the definition of the CatalogF class with CatMessage class
#include <CatalogF.h>
// 'catalogFileName' 'builtInLanguage' & 'versionNumber'
#define %b_ARGS "%b.catalog", %l, %v
extern const CatMessage %i;
#endif